You'll need two PATH_MAP symbols if you intend to work with the model 
and generate and reveerse-engineer  Java source code.

ABIDESFE_ROOT

Set path map variable ABIDESFE_ROOT to be the directory containing 
the model files and containing the subdirectories doc and source.

ABIDESFE_SOURCE

Set path map variable ABIDESFE_SOURCE to be the directory containing 
the Java source files.  Nopte that the model roots the "ga" package 
in this directory and you actually may not see code for a few nested 
directories.


The defaults we recommend are:

ABIDESFE_ROOT=&
ABIDESFE_SOURCE=&

Note that we rely on both symbols due to the desire to browse from the 
model to the source code.  Using tricks like:

ABIDESFE_SOURCE=$ABIDESFE_ROOT\source

does not work as one would hope.




